home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / xvier.tar / xvier / xvier-1.0 / README < prev    next >
Text File  |  1992-07-28  |  2KB  |  46 lines

  1. xvier is a simple game where you and your opponent alternately throw
  2. stones into free columns. The stones pile up in the columns, and the
  3. goal is to get four stones in a row, in a column or diagonally. The
  4. game compiles without modifications at least on
  5.  
  6.     Sun Sun4        SunOS 4.0, 4.1.1
  7.     Sun Sun3/60        SunOS 4.0
  8.     IBM RS6000        AIX 3.1
  9.     HP 9000/720        HP-UX 8.05
  10.     HP 9000/350        HP-UX 8.00
  11.     DEC VS3100        Ultrix-32 V3.1
  12.     DEC DS5400        Ultrix 4.2
  13.     Sequent Symmetry    Dynix 3.0.17.9
  14.  
  15. To install xvier:
  16.  
  17. 1. If you use Makefile.std, copy it to Makefile and choose locations
  18.    for the X11-binary (default: /usr/local/bin), the game program
  19.    (default: /usr/local/lib), and the manual page (default:
  20.    /usr/local/man/man6).
  21.    If you use imake, type "xmkmf" and "make depend".
  22.  
  23. 2. Type "make".
  24.  
  25. 3. Test the game with "./xvier -prog ./xvier_prog"
  26.  
  27. 4. If it works, type "make install" (and "make install.man" with
  28.    imake).
  29.  
  30. If you have problems with the compilation, look at the comments in
  31. Makefile.std or Imakefile.
  32.  
  33. The game program uses a simple search tree, and the levels correspond
  34. to the depth of this tree. Thus the higher levels are quite slow, but
  35. normally I don't need them to get a good opponent ;-)
  36. It's interesting that level 1 seems to be weaker than level 0.
  37.  
  38. You may use, copy, modify, and distribute this software and its
  39. documentation for any purpose and without fee. It is provided "as is"
  40. without any express or implied warranty.
  41.  
  42. Have fun!
  43.  
  44.     Norbert Jung
  45.     Email: jung@dia.informatik.uni-stuttgart.de
  46.